include <gtk/gtk.h> instead of <gtk/gtkaccessible.h>
authorMichael Natterer <mitch@gimp.org>
Wed, 28 May 2008 12:59:48 +0000 (12:59 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 28 May 2008 12:59:48 +0000 (12:59 +0000)
commitda042c898d574dd58614ade2b6a09945cd42e518
tree1b6df91e8b94743550cbcad5c3f350508b48eb30
parent6720ef6d809b7adec22d18ceb42c29b59e5fca3b
include <gtk/gtk.h> instead of <gtk/gtkaccessible.h>

2008-05-28  Michael Natterer  <mitch@gimp.org>

* modules/other/gail/gailwidget.h: include <gtk/gtk.h> instead of
<gtk/gtkaccessible.h>

* modules/other/gail/*.h: don't include anyting from gtk since all
headers indirectly include gailwidget.h.

* modules/other/gail/gailcellparent.c: include <gtk/gtk.h> instead
of individual files.

* modules/other/gail/gailcheckmenuitem.c
* modules/other/gail/gailmenu.c
* modules/other/gail/gailtreeview.c: remove all gtk includes since
it's always included by including any gail header.

svn path=/trunk/; revision=20211
47 files changed:
ChangeLog
modules/other/gail/gailarrow.h
modules/other/gail/gailbox.h
modules/other/gail/gailbutton.h
modules/other/gail/gailcalendar.h
modules/other/gail/gailcellparent.c
modules/other/gail/gailcheckmenuitem.c
modules/other/gail/gailcheckmenuitem.h
modules/other/gail/gailchecksubmenuitem.h
modules/other/gail/gailclist.h
modules/other/gail/gailcombo.h
modules/other/gail/gailcombobox.h
modules/other/gail/gailcontainer.h
modules/other/gail/gailentry.h
modules/other/gail/gailexpander.h
modules/other/gail/gailframe.h
modules/other/gail/gailimage.h
modules/other/gail/gailimagecell.h
modules/other/gail/gailitem.h
modules/other/gail/gaillabel.h
modules/other/gail/gaillist.h
modules/other/gail/gailmenu.c
modules/other/gail/gailmenu.h
modules/other/gail/gailmenuitem.h
modules/other/gail/gailmenushell.h
modules/other/gail/gailnotebook.h
modules/other/gail/gailnotebookpage.h
modules/other/gail/gailoptionmenu.h
modules/other/gail/gailpaned.h
modules/other/gail/gailpixmap.h
modules/other/gail/gailprogressbar.h
modules/other/gail/gailradiobutton.h
modules/other/gail/gailradiomenuitem.h
modules/other/gail/gailradiosubmenuitem.h
modules/other/gail/gailrange.h
modules/other/gail/gailscale.h
modules/other/gail/gailscrollbar.h
modules/other/gail/gailscrolledwindow.h
modules/other/gail/gailseparator.h
modules/other/gail/gailspinbutton.h
modules/other/gail/gailstatusbar.h
modules/other/gail/gailsubmenuitem.h
modules/other/gail/gailtextview.h
modules/other/gail/gailtogglebutton.h
modules/other/gail/gailtreeview.c
modules/other/gail/gailwidget.h
modules/other/gail/gailwindow.h